✅Primeiro comando usado = ipconfig ✅VER IP INTERNO = powershell (Get-NetIPConfiguration ^| ? {$_.IPv4DefaultGateway -and $_.NetAdapter.Status -eq 'Up'}).IPv4Address.IPAddress ✅VER IP EXTERNO = powershell (iwr ipinfo.io/ip -UseBasicParsing).content